Add Flowtriq expansion and export modules for DDoS threat intelligence#784
Merged
Conversation
4e6f815 to
68ab778
Compare
Member
|
Thanks for the contribution. Can you update the PR following the CI errors? |
Author
|
Should be all good now! :) |
Collaborator
|
@adulau note that this PR has no doc for that module |
Author
|
@ostefano Good catch, added the logo to |
Member
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
flowtriq.py): Enriches IP attributes (ip-src, ip-dst) with DDoS attack history from Flowtriq's network monitoring platform. Returns attack families, severity breakdown, peak traffic rates, ASN, country, risk scores, related attacker IPs, and threat intel feed matches.flowtriq_export.py): Exports ip-src attributes from MISP events to Flowtriq's threat intelligence pipeline for network-level attack correlation and real-time blocking. Supports batch export with full MISP event context (threat level, tags, attack type derivation).Both modules require a Flowtriq API key and optionally accept a custom API URL. They follow the standard MISP module interface (handler, introspection, version) and require only
requestsas an external dependency.Flowtriq is a DDoS detection and mitigation platform. These modules enable bidirectional threat intelligence sharing between MISP communities and Flowtriq-monitored infrastructure.
Module details
Expansion module
ip-src,ip-dstmisp_standardexpansion,hoverapi_key,api_urlExport module
ip-srcattributes (IDS-flagged)api_key,api_url